Document that dev-dependencies are used when building examples
authorMatt Brubeck <mbrubeck@limpet.net>
Tue, 10 May 2016 21:37:25 +0000 (14:37 -0700)
committerMatt Brubeck <mbrubeck@limpet.net>
Tue, 10 May 2016 21:37:44 +0000 (14:37 -0700)
src/doc/manifest.md

index cbd3b00440945a56d3ff39f9cbd9ac3c9a6866c5..dfde002f5beef5a6ab187334c7b7ce4bf8d20684 100644 (file)
@@ -403,7 +403,7 @@ can almost certainly be expressed as a separate package.
 
 The format of this section is equivalent to `[dependencies]`. Dev-dependencies
 are not used when compiling a package for building, but are used for compiling
-tests and benchmarks.
+tests, examples, and benchmarks.
 
 These dependencies are *not* propagated to other packages which depend on this
 package.